ell: update to version 0.76
authorDaniel Golle <[email protected]>
Sat, 26 Apr 2025 03:12:28 +0000 (04:12 +0100)
committerDaniel Golle <[email protected]>
Sat, 26 Apr 2025 14:26:14 +0000 (15:26 +0100)
ver 0.76:
    Fix issue with random scalar generation.

ver 0.75:
    Add support for converting OID octets to strings.
    Add support for NIST P-224 cuve usage with ECDH.
    Add support for NIST P-521 cuve usage with ECDH.
    Add support for SHA-3 series of hashing algorithms.

ver 0.74:
    Add support for NIST P-192 curve usage with ECDH.
    Add support for SHA-224 based checksums and HMACs.

ver 0.73:
    Fix issue with parsing hwdb.bin child structures.

ver 0.72:
    Add support for the Test Anything Protocol.

Signed-off-by: Daniel Golle <[email protected]>
libs/ell/Makefile

index b39ed095240127b6448599afe52f3aab6bd0b683..5705ffc75b2eb78413ee327f3a287bcb21427d46 100644 (file)
@@ -1,13 +1,13 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=ell
-PKG_VERSION:=0.71
+PKG_VERSION:=0.76
 PKG_RELEASE:=1
 
 PKG_SOURCE_PROTO:=git
 PKG_SOURCE_URL:=https://git.kernel.org/pub/scm/libs/ell/ell.git
 PKG_SOURCE_VERSION:=$(PKG_VERSION)
-PKG_MIRROR_HASH:=e8bbbea6704bd833ff48896d9740a12350287ed687be130b61b2642d0786da29
+PKG_MIRROR_HASH:=8ac8d7c368774bae174946f8783f28a762908c3ae919678bd3fe26101f69e1a3
 
 PKG_MAINTAINER:=Daniel Golle <[email protected]>
 PKG_LICENSE:=GPL-2.0-only